home *** CD-ROM | disk | FTP | other *** search
- #ifndef T1GST
- #include "global.h"
- #endif
-
- /* amishmalloc.c */
- void *AmishPool = NULL;
- void *AmishPool2 = NULL;
-
- /* fontfcn.c */
- char CurFontName[120];
- char *CurFontEnv;
- char *vm_base = NULL;
- psfont *FontP = NULL;
- psfont TheCurrentFont;
-
- /* hints.c */
- struct oldhintstruct oldHint[MAXLABEL];
-
- /* paths.c */
- //struct segment movetemplate = {MOVETYPE, 0, 1, sizeof(struct segment), 0, NULL, NULL, 0, 0};
-
- /* readfont.c */
- //#define MAXEDGE 1000
- //pel workedge[MAXEDGE];
- //pel *currentworkarea = workedge;
- //pel currentsize = MAXEDGE;
-
- /* scanfont.c */
- //psobj *StdEncArrayP;
- //psobj *ISOLatin1EncArrayP;
-
- /* spaces.c */
- //unsigned int SpaceID = 1;
- //struct XYspace identity =
- //{
- // SPACETYPE,
- // ISPERMANENT(ON) + ISIMMORTAL(ON) + HASINVERSE(ON), 2, /* added 3-26-91 PNM */
- // NULL, NULL,
- // NULL, NULL, NULL, NULL,
- // INVALIDID + 1, 0,
- // FRACTFLOAT, 0.0, 0.0, FRACTFLOAT,
- // 1.0 / FRACTFLOAT, 0.0, 0.0, 1.0 / FRACTFLOAT,
- // 0, 0, 0, 0
- //};
- //struct XYspace *IDENTITY = &identity;
-
- //#define MAXCONTEXTS 16
- //struct doublematrix contexts[MAXCONTEXTS];
-
- //struct XYspace *USER;
-
-